occur$54489$ - определение. Что такое occur$54489$
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое occur$54489$ - определение

Occur check
  • Cycle by omitted occurs check

Occurs check         
In computer science, the occurs check is a part of algorithms for syntactic unification. It causes unification of a variable V and a structure S to fail if S contains V.
occurs check         
<programming> A feature of some implementations of unification which causes unification of a logic variable V and a structure S to fail if S contains V. Binding a variable to a structure containing that variable results in a cyclic structure which may subsequently cause unification to loop forever. Some implementations use extra pointer comparisons to avoid this. Most implementations of Prolog do not perform the occurs check for reasons of efficiency. Without occurs check the complexity of unification is O(min(size(term1), size(term2))) with occurs check it's O(max(size(term1), size(term2))) In theorem proving unification without the occurs check can lead to unsound inference. For example, in Prolog it is quite valid to write X = f(X). which will succeed, binding X to a cyclic structure. Clearly however, if f is taken to stand for a function rather than a constructor, then the above equality is only valid if f is the identity function. Weijland calls unification without occur check, "complete unification". The reference below describes a complete unification algorithm in terms of Colmerauer's consistency algorithm. ["Semantics for Logic Programs without Occur Check", W.P. Weijland, Theoretical Computer Science 71 (1990) pp 155-174]. (1996-01-11)
Threatened species known to occur in the Great Barrier Reef World Heritage Area         
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
  • center
Threatened species known to occur in the Great Barrier Reef World Heritage Area and listed under the Convention on the Conservation of Migratory Species of Wild Animals (Bonn Convention), CITES (CITES) Agreement, China–Australia Migratory Bird Agreement (CAMBA), Japan–Australia Migratory Bird Agreement and the International Union for the Conservation of Nature Red List (IUCN Red List) status for the species.

Википедия

Occurs check

In computer science, the occurs check is a part of algorithms for syntactic unification. It causes unification of a variable V and a structure S to fail if S contains V.